home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 9
/
El Mac 9.iso
/
Shareware
/
Applications
/
Charting Coach v1.5
/
Charting Coach v1.dxr
/
00272.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-08
|
296 b
|
14 lines
on mouseUp
global stamp, dayNo, correctionMade, oldstamp
if the doubleClick then
exit
end if
put " " into field "problem"
set oldstamp to getAt(stamp, dayNo)
setAt(stamp, dayNo, the clickOn - 2)
set correctionMade to 1
resetMonthlyDays()
go("monthly mucus")
cursor(0)
end